object TextSearchDlg: TTextSearchDlg Left = 231 Top = 188 HelpContext = 10005 ActiveControl = WordEdit BorderStyle = bsDialog Caption = 'Text search' ClientHeight = 339 ClientWidth = 434 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] OldCreateOrder = True Position = poScreenCenter Scaled = False OnActivate = FormActivate OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 16 object SrcLabel: TLabel Left = 8 Top = 52 Width = 145 Height = 16 AutoSize = False Caption = 'Word List:' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False IsControl = True end object DstLabel: TLabel Left = 272 Top = 52 Width = 145 Height = 16 AutoSize = False Caption = 'Search List:' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False IsControl = True end object Label1: TLabel Left = 8 Top = 8 Width = 42 Height = 16 Caption = '&Word:' FocusControl = WordEdit end object OKBtn: TBitBtn Left = 92 Top = 292 Width = 77 Height = 27 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 5 OnClick = OKBtnClick Kind = bkOK Margin = 2 Spacing = -1 IsControl = True end object CancelBtn: TBitBtn Left = 176 Top = 292 Width = 77 Height = 27 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 6 Kind = bkCancel Margin = 2 Spacing = -1 IsControl = True end object HelpBtn: TBitBtn Left = 260 Top = 292 Width = 77 Height = 27 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 7 OnClick = HelpBtnClick Kind = bkHelp Margin = 2 Spacing = -1 IsControl = True end object WordList: TListBox Left = 8 Top = 76 Width = 144 Height = 192 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ItemHeight = 13 MultiSelect = True ParentFont = False TabOrder = 1 OnClick = WordListClick OnDblClick = WordListDblClick IsControl = True end object SuchListe: TListBox Left = 272 Top = 76 Width = 144 Height = 192 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ItemHeight = 13 MultiSelect = True ParentFont = False TabOrder = 4 OnClick = SuchListeClick OnDblClick = SuchListeDblClick IsControl = True end object AddBtn: TButton Left = 168 Top = 88 Width = 89 Height = 33 Caption = '&Add >' TabOrder = 2 OnClick = IncludeBtnClick end object RemoveBtn: TButton Left = 168 Top = 144 Width = 89 Height = 33 Caption = '< &Remove' TabOrder = 3 OnClick = ExcludeBtnClick end object WordEdit: TTextSpinEdit Left = 56 Top = 4 Width = 205 Height = 26 OnUpClick = WordEditUpClick OnDownClick = WordEditDownClick OnEnterPress = WordEditEnterPress OnESCPress = WordEditESCPress TabOrder = 0 OnChange = WordEditChange end object ClearBtn: TButton Left = 168 Top = 192 Width = 89 Height = 33 Caption = '<< &Clear' TabOrder = 8 OnClick = ClearBtnClick end end